Name :Tangent function
Symbol :TAN
Illustrate:
Perform tangent function operations on the input values.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN | Input | REAL | Enter a value |
| OUT | Output | REAL | Output value |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN | TagIn | Enter a value:45 |
| OUT | TagOut | Output value:1.61977 |
IN inputs REAL data, and OUT outputs the tangent operation of IN.